projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0a4da5
)
* frame.el (make-frame-on-tty): Function deleted.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 4 Jan 2009 07:49:33 +0000
(07:49 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 4 Jan 2009 07:49:33 +0000
(07:49 +0000)
* server.el (server-create-tty-frame): Call make-frame directly.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 54177c5d8e43ed0e917b863a04edd536120b067a..0c187abb954cd326277d0da362a914fde0fbcb0e 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,9
@@
+2009-01-04 Chong Yidong <cyd@stupidchicken.com>
+
+ * frame.el (make-frame-on-tty): Function deleted.
+
+ * server.el (server-create-tty-frame): Call make-frame directly.
+
2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
* progmodes/sh-script.el (sh-ancestor-alist): Doc fix.